open source

Browse posts by category: "open source" below.

Fix GPT-2 Attention Scaling Ignored in SDPA/FlashAttention

A silent bug in Hugging Face Transformers caused GPT-2 attention scaling configs to be ignored when using SDPA or FlashAttention backends. Here's how I traced, fixed, and tested it through three rounds of maintainer review.

Transformers GPT-2 Attention SDPA FlashAttention Python
March 4, 2026
Read More

Fixing a Silent Notion Sync Failure in Dify

How a one-line serialization regression broke Notion sync for all Dify v1.13.0 self-hosted users, and how I traced it through a masking test fixture to deliver a clean fix with regression coverage.

Dify Python PostgreSQL psycopg2 Notion Open Source
March 1, 2026
Read More